home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / 2DScript / info / SCRCLOK2.UI < prev   
Text File  |  1999-04-21  |  3KB  |  116 lines

  1. "2D\Overlays\info"
  2.  
  3. //********************
  4. //  Data Container
  5. //********************
  6. DataContainer {
  7.     String "ScoreClockClock" {
  8.         EditBox "GameDetailsScoreClockClock";
  9.     };
  10.     String "ScoreClockHomeName" {
  11.         EditBox "GameDetailsScoreClockHomeName";
  12.     };
  13.     String "ScoreClockHomeScore" {
  14.         EditBox "GameDetailsScoreClockHomeScore";
  15.     };
  16.     String "ScoreClockVisitorName" {
  17.         EditBox "GameDetailsScoreClockVisitorName";
  18.     };
  19.     String "ScoreClockVisitorScore" {
  20.         EditBox "GameDetailsScoreClockVisitorScore";
  21.     };
  22.     String "ScoreClockQuarter" {
  23.         EditBox "GameDetailsScoreClockQuarter";
  24.     };
  25. };
  26.  
  27. //********************
  28. //  Fonts
  29. //********************
  30. Font "GameDetailsScoreClockScoreFont" {
  31.     Filename "gentext";
  32.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "1234567890.:%";
  33.     Kerning 1;
  34.     VerticalKerning 12;
  35. };
  36. Font "GameDetailsScore" {
  37.     Filename "scorefnt";
  38.     Translate " 1234567890";
  39.     Kerning 1;
  40. //    VerticalKerning 12;
  41. };
  42. Font "GameDetailsClockQuarter" {
  43.     Filename "Clockfnt";
  44.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "1234567890.:%";
  45.     Kerning 1;
  46. //    VerticalKerning 12;
  47. };
  48.  
  49. //********************
  50. //  Styles
  51. //********************    
  52. Style "GameDetailsScoreClockTextStyle" {
  53.     Font "GameDetailsClockQuarter";
  54. };
  55. Style "GameDetailsScore" {
  56.     Font "GameDetailsScore";
  57. };
  58. Style "GameDetailsClockquarter" {
  59.     Font "GameDetailsClockQuarter";
  60. };
  61.  
  62. //********************
  63. //  Edit Boxes
  64. //********************
  65. EditBox "GameDetailsScoreClockHomeName" {
  66.     Style "GameDetailsScoreClockTextStyle";
  67.     Position [180, 30];
  68.     Size [93, 20];
  69. };
  70.  
  71. EditBox "GameDetailsScoreClockHomeScore" {
  72.     Style "GameDetailsScore";
  73.     Position [344, 39];
  74.     Size [60, 30];
  75. };
  76.  
  77. EditBox "GameDetailsScoreClockVisitorName" {
  78.     Style "GameDetailsScoreClockTextStyle";
  79.     Position [180, 45];
  80.     Size [93, 20];
  81. };
  82.  
  83. EditBox "GameDetailsScoreClockVisitorScore" {
  84.     Style "GameDetailsScore";
  85.     Position [172, 39];
  86.     Size [60, 30];
  87. };
  88.  
  89. EditBox "GameDetailsScoreClockClock" {
  90.     Style "GameDetailsClockquarter";
  91.     Position [225, 45];
  92.     Size [75, 22];
  93. };
  94.  
  95. EditBox "GameDetailsScoreClockQuarter" {
  96.     Style "GameDetailsClockquarter";
  97.     Position [295, 45];
  98.     Size [50, 22];
  99. };
  100.  
  101. //********************
  102. //  Groups
  103. //********************
  104. Group "GameDetailsScoreClockCurrScore" {
  105.     Root;
  106.     Position [0, 0];
  107.     Children {
  108.         EditBox "GameDetailsScoreClockClock";
  109.         EditBox "GameDetailsScoreClockQuarter";
  110. //        EditBox "GameDetailsScoreClockHomeName";
  111.         EditBox "GameDetailsScoreClockHomeScore";
  112. //        EditBox "GameDetailsScoreClockVisitorName";
  113.         EditBox "GameDetailsScoreClockVisitorScore";
  114.     };
  115. };
  116.